Lucene search
K
LinuxLinux Kernel

13804 matches found

CVE
CVE
added 2018/07/27 4:0 a.m.128 views

CVE-2018-14614

CVE-2018-14614 concerns a Linux kernel issue up to version 4.17.10 where mounting an f2fs image triggers an out-of-bounds access in __remove_dirty_segment() within fs/f2fs/segment.c. Publicly documented details identify the affected component as the kernel’s f2fs filesystem driver, with a local a...

7.1CVSS5.9AI score0.01892EPSS
CVE
CVE
added 2019/09/11 3:30 p.m.128 views

CVE-2019-16229

CVE-2019-16229 affects the Linux kernel (example: kernel version 5.2.14) where a NULL pointer dereference can occur because kfd_interrupt.c in amdkfd does not check the return value of alloc_workqueue. The Unity Nessus advisory reiterates this description and notes the security community disputes...

4.7CVSS4.7AI score0.00421EPSS
CVE
CVE
added 2019/11/18 5:23 a.m.128 views

CVE-2019-19044

CVE-2019-19044 affects the Linux kernel prior to 5.3.11, via two memory leaks in v3d_submit_cl_ioctl() in drivers/gpu/drm/v3d/v3d_gem.c. The leaks can cause memory exhaustion and denial of service when kcalloc() or v3d_job_init() fail. The issue is addressed by upgrading to kernel 5.3.11 or apply...

7.8CVSS7AI score0.04146EPSS
CVE
CVE
added 2022/03/23 7:46 p.m.128 views

CVE-2021-4148

CVE-2021-4148 : Linux kernel vulnerability in the function block_invalidatepage (fs/buffer.c) where a missing sanity check can allow a local user with privileges to cause a denial of service. The connected advisories corroborate a local DoS impact but do not provide vendor-specific patch details ...

5.5CVSS5.2AI score0.00309EPSS
CVE
CVE
added 2024/05/21 3:3 p.m.128 views

CVE-2021-47400

CVE-2021-47400 affects the Linux kernel driver for the HNS3 NIC. The issue occurs when hns3_nic_net_open() is called repeatedly during concurrent device reset and tc setup, because there was no guard against repeated opens, allowing napi_enable to be invoked twice and triggering a kernel BUG. The...

5.5CVSS6AI score0.00244EPSS
CVE
CVE
added 2022/02/04 12:0 a.m.128 views

CVE-2022-0264

CVE-2022-0264 : The Linux kernel eBPF verifier has a vulnerability in how it handles internal data structures, allowing leakage of internal kernel memory to userspace when eBPF code is inserted into the kernel. A local attacker with insertion privileges could exploit this to access kernel memory ...

5.5CVSS5.7AI score0.00255EPSS
CVE
CVE
added 2024/06/20 11:13 a.m.128 views

CVE-2022-48765

The CVE-2022-48765 entry corresponds to a Linux kernel issue in KVM LAPIC handling during SET_LAPIC. The accompanying (unpatched) Nessus/OpenVAS notes describe a scenario where rebooting a guest with tsc-deadline mode not exposed can trigger a preemption timer cancellation via apic_update_lvtt(),...

5.5CVSS6.5AI score0.0021EPSS
CVE
CVE
added 2025/02/26 1:54 a.m.128 views

CVE-2022-49063

The CVE (CVE-2022-49063) affects the Linux kernel in the ice driver’s ARFS feature, where use-after-free can occur when freeing @rx_cpu_rmap. The issue arises because free_irq_cpu_rmap() is invoked after (devm_)free_irq(), causing the code to operate on IRQ descriptors that may already be freed, ...

7.8CVSS5.3AI score0.00255EPSS
CVE
CVE
added 2025/02/26 1:55 a.m.128 views

CVE-2022-49199

CVE-2022-49199 affects the Linux kernel RDMA/nldev path. The vulnerability comes from underflow in nldev_stat_set_counter_dynamic_doit() where an “index” is checked for an upper bound but not for negatives. The fix changes the index type to unsigned to prevent underflows. Affected component: RDMA...

5.5CVSS6.7AI score0.00244EPSS
CVE
CVE
added 2025/02/26 1:55 a.m.128 views

CVE-2022-49220

CVE-2022-49220 affects the Linux kernel in the dax subsystem. The issue occurs when inodes are not flushed before destroying dax_cache, triggered by loading and unloading the nd_pmem modules. The root cause is in dax_fs_exit() not flushing inodes prior to cache destruction, which can lead to obje...

5.5CVSS5.4AI score0.00247EPSS
CVE
CVE
added 2025/02/26 1:55 a.m.128 views

CVE-2022-49227

CVE-2022-49227 : In the Linux kernel igc driver, the ethtool RX-ring reconfiguration path copies an igc_ring structure but fails to reset the xdp_rxq_info member before igc_setup_rx_resources is called. This causes xdp_rxq_info_reg() to be invoked on an already registered xdp_rxq_info, leading to...

5.5CVSS5.2AI score0.00246EPSS
CVE
CVE
added 2025/02/26 1:56 a.m.128 views

CVE-2022-49253

CVE-2022-49253 affects the Linux kernel in the media: usb: go7007: s2250-board path, where a leak is fixed by calling i2c_unregister_device(audio) on the error path during probe. Connected sources (SUSE Astra Linux advisories) confirm the fix is in this area. The CVE description in the initial do...

5.5CVSS5.4AI score0.00253EPSS
CVE
CVE
added 2025/02/26 1:56 a.m.128 views

CVE-2022-49263

The CVE-2022-49263 case concerns a Linux kernel flaw in the brcmfmac: pcie path. The vulnerability is described as a memory-leak in the error path of brcmf_pcie_setup where firmware release occurs after brcmf_chip_get_raminfo fails; the CLM blob is released in the device remove path. Connected ad...

5.5CVSS5.4AI score0.00247EPSS
CVE
CVE
added 2025/02/26 2:23 a.m.128 views

CVE-2022-49563

CVE-2022-49563 affects the Linux kernel crypto qat RSA path. The issue arises when copying the source scatterlist into a linear buffer: requests with a source buffer larger than the key are rejected to prevent a possible integer underflow. The CVE is listed as fixed in kernel updates, with relate...

5.5CVSS5.5AI score0.00248EPSS
CVE
CVE
added 2025/02/26 2:23 a.m.128 views

CVE-2022-49605

Summary: CVE-2022-49605 concerns the igc Linux kernel driver. The issue arose because the IGC_REMOVED macro was not implemented, unlike the similar E1000/IGB patterns, allowing a PCIe detach scenario to trigger NULL dereferences after an 0xffffffff MMIO read. The connected documents describe the ...

5.5CVSS5.4AI score0.0024EPSS
CVE
CVE
added 2025/05/01 2:11 p.m.128 views

CVE-2022-49927

CVE-2022-49927: Linux kernel NFSv4 kmemleak when allocating a slot failed. If a slot allocation fails, previously allocated slots must be cleaned up; otherwise, the allocated slots leak (example: unreferenced object 0xffff8881115aa100, size 64). The fix ensures cleanup of all allocated slots on f...

5.5CVSS6.6AI score0.00166EPSS
CVE
CVE
added 2023/05/31 12:0 a.m.128 views

CVE-2023-34256

CVE-2023-34256 describes an out-of-bounds read in crc16 in lib/crc16.c when invoked from fs/ext4/super.c due to incomplete offset checks in ext4_group_desc_csum, affecting the Linux kernel up to but not including 6.3.3. The issue can enable local denial of service or information leaks via a craft...

5.5CVSS5.8AI score0.00247EPSS
CVE
CVE
added 2023/11/09 3:8 p.m.128 views

CVE-2023-6039

CVE-2023-6039 : A use-after-free vulnerability in the Linux kernel’s LAN78XX USB Ethernet driver (lan78xx_disconnect in drivers/net/usb/lan78xx.c) can crash the system when a LAN78XX USB device is detached. The issue is local in scope and affects the network sub-system (net/usb/lan78xx). The CVE ...

5.5CVSS6.6AI score0.00258EPSS
CVE
CVE
added 2024/04/03 2:54 p.m.128 views

CVE-2024-26695

CVE-2024-26695 affects the Linux kernel crypto: ccp and fixes a null pointer dereference in __sev_platform_shutdown_locked when the SEV platform device is shutdown with a null psp_master (e.g., DEBUG_TEST_DRIVER_REMOVE). The issue was observed via KASAN, showing a null-deref in __sev_platform_shu...

5.5CVSS6.3AI score0.00242EPSS
CVE
CVE
added 2024/04/04 8:20 a.m.128 views

CVE-2024-26793

CVE-2024-26793 affects the Linux kernel gtp subsystem. The issue is a use-after-free and null pointer dereference in gtp_newlink() caused by incorrect registration order of gtp_link_ops relative to gtp_net_ops pernet structures. Syzkaller observed a general protection fault in gtp_genl_dump_pdp w...

7.8CVSS6.2AI score0.00291EPSS
CVE
CVE
added 2024/05/01 5:19 a.m.128 views

CVE-2024-26970

CVE-2024-26970 affects the Linux kernel clock driver for Qualcomm IPQ6018 (clk: qcom: gcc-ipq6018). Root cause: frequency table arrays lacked a terminating empty element, risking out-of-bounds access when traversed by qcom_find_freq() or qcom_find_freq_floor(). Mitigation: patch adds an empty ter...

5.5CVSS6.4AI score0.00226EPSS
CVE
CVE
added 2024/05/01 12:49 p.m.128 views

CVE-2024-27024

CVE-2024-27024 concerns the Linux kernel vulnerability in net/rds where a WARNING in rds_conn_connect_if_down could cause get_mr() to fail and trigger a connection after get_mr(). This is a local-attack surface (LOCAL) with high impact on confidentiality, integrity, and availability (CVE score in...

7.8CVSS6.4AI score0.00312EPSS
CVE
CVE
added 2024/05/17 1:23 p.m.128 views

CVE-2024-35819

CVE-2024-35819 affects the Linux kernel subsystem soc: fsl: qbman, where smp_call_function is used and can run callbacks in hard IRQ context; to prevent potential sleeping-task issues on PREEMPT_RT, the advisory specifies using a raw spinlock for cgr_lock. The root cause is that smp_call_function...

5.5CVSS6.7AI score0.00232EPSS
CVE
CVE
added 2024/05/17 2:47 p.m.128 views

CVE-2024-35848

The CVE-2024-35848 issue affects the Linux kernel’s eeprom: at24 path. The root cause is a race in memory handling where, if the eeprom is not accessible, an nvmem device is registered, reads fail, and the device can be torn down; a later access by another driver may reference invalid memory. The...

4.7CVSS6.9AI score0.00187EPSS
CVE
CVE
added 2024/05/20 9:48 a.m.128 views

CVE-2024-35997

CVE-2024-35997 : In the Linux kernel, the HID i2c-hid driver had I2C_HID_READ_PENDING removed to prevent a lock-up. The flag was used to serialize I2C operations, but I2C core locking is already in place; if the flag is set in i2c_hid_xfer() and an interrupt occurs, i2c_hid_irq could spin in a lo...

5.5CVSS6.6AI score0.00177EPSS
CVE
CVE
added 2024/06/19 1:35 p.m.128 views

CVE-2024-38545

CVE-2024-38545 : In the Linux kernel, RDMA/hns CQ destruction can race with asynchronous events, leading to a use-after-free if the CQ refcount is released concurrently. The issue is fixed by protecting the CQ refcount with a lock (xa_lock). Astra Linux’s security bulletin confirms the same vulne...

7.8CVSS8.5AI score0.00252EPSS
CVE
CVE
added 2024/07/12 12:24 p.m.128 views

CVE-2024-40914

The CVE-2024-40914 entry concerns a Linux kernel memory management issue in mm/huge_memory. The root cause is that HWPoison could be set for huge_zero_folio without increasing the folio refcount, causing unpoison_memory() to decrement the folio’s refcount as if it were hwpoisoned, triggering VM_B...

5.5CVSS6.4AI score0.0028EPSS
CVE
CVE
added 2024/07/29 6:37 a.m.128 views

CVE-2024-41017

Public technical details (affected products/versions, root cause, impact or patch) for CVE-2024-41017 are not provided in the connected documents. Monitor vendor advisories and CVE feeds for updates.

5.5CVSS6.5AI score0.00239EPSS
CVE
CVE
added 2024/07/29 2:32 p.m.128 views

CVE-2024-41048

CVE-2024-41048 affects the Linux kernel. The bug arises in sk_msg_recvmsg() where a zero‑length skb (skb->len == 0) is enqueued; on Loongarch, this leads to a NULL page being passed to copy_page_to_iter(), then to page_address(), causing a kernel panic. The root cause is the zero‑length skb th...

5.5CVSS6.5AI score0.00273EPSS
CVE
CVE
added 2024/09/13 5:29 a.m.128 views

CVE-2024-46679

CVE-2024-46679 (Linux kernel) : A race between sysfs reading of ethtool link settings and device removal can read state when the device is not present, causing a crash. The fix moves a device-presence check into ethtool (and related callers) to ensure link settings are only shown when the device ...

4.7CVSS5.9AI score0.00244EPSS
CVE
CVE
added 2024/09/18 6:32 a.m.128 views

CVE-2024-46715

CVE-2024-46715: Linux kernel vulnerability in iio_info callback access where certain callbacks could be accessed without checks, leading to a NULL pointer dereference and potential kernel oops if a driver does not implement callbacks. The issue was fixed by adding missing validation for iio_info ...

5.5CVSS6.4AI score0.00221EPSS
CVE
CVE
added 2024/10/21 6:1 p.m.128 views

CVE-2024-49897

CVE-2024-49897 concerns the Linux kernel DRM/AMD display path. The issue arises in drm/amd/display where dcn32_enable_phantom_stream can return NULL, leading to a NULL dereference if the returned value is used without checks. The fix adds a check for phantom_stream before use, addressing a NULL_R...

5.5CVSS6.5AI score0.00237EPSS
CVE
CVE
added 2024/10/29 12:50 a.m.128 views

CVE-2024-50076

CVE-2024-50076 affects the Linux kernel. The issue lies in the vt subsystem where font.data may not initialize all memory spaces in con_font_get(), enabling a potential information leak. Root cause: memory from font data may be left uninitialized depending on the vc->vc_sw->con_font_get pat...

6.5CVSS6.2AI score0.00593EPSS
CVE
CVE
added 2024/10/29 12:50 a.m.128 views

CVE-2024-50088

CVE-2024-50088 affects the Linux kernel’s Btrfs filesystem code. The issue is in add_inode_ref(), where a name struct is not initialized when declared; if read_one_inode() returns NULL for either parent or inode, name.name is freed during cleanup without being initialized. This uninitialized free...

7.8CVSS7.4AI score0.00214EPSS
CVE
CVE
added 2024/11/07 9:31 a.m.128 views

CVE-2024-50140

CVE-2024-50140 involves a Linux kernel vulnerability in sched/core where page allocation is disabled during task_tick_mm_cid(). With KASAN and PREEMPT_RT enabled, a call to task_work_add() within task_tick_mm_cid() can sleep in an invalid context, triggering a BUG in stack/depot and related alloc...

5.5CVSS5.1AI score0.00231EPSS
CVE
CVE
added 2024/11/07 9:31 a.m.128 views

CVE-2024-50164

The CVE-2024-50164 entry covers a Linux kernel BPF verifier regression where MEM_UNINIT was overloaded to mean both “buffer need not be initialized” and “buffer will be written to.” This allowed a BPF program to write to read-only maps (e.g., .rodata) when the buffer size was not a fixed constant...

7.1CVSS6.7AI score0.00218EPSS
CVE
CVE
added 2024/11/08 5:54 a.m.128 views

CVE-2024-50193

CVE-2024-50193 affects the Linux kernel on x86. The vulnerability is in x86/entry_32 where CPU buffers were cleared after exc_nmi but before restoring registers. The fix moves CLEAR_CPU_BUFFERS to after RESTORE_ALL_NMI, addressing RDFS mitigation requirements. Public metrics show CVSS v3.1 base s...

7.1CVSS6.3AI score0.00214EPSS
CVE
CVE
added 2024/11/09 10:14 a.m.128 views

CVE-2024-50224

This CVE affects the Linux kernel SPI driver spi-fsl-dspi, where a crash could occur when GPIO chip select is not used. The root cause is a NULL pointer dereference caused by not validating the return value of spi_get_csgpiod() before passing it to gpiod_direction_output(). The provided details d...

5.5CVSS5.4AI score0.00233EPSS
CVE
CVE
added 2024/11/09 10:14 a.m.128 views

CVE-2024-50249

Mode C: Concrete details found. The CVE-2024-50249 issue in the Linux kernel arises from a lock-ordering problem in the CPPC/ACPI code: sugov_update_shared acquires a raw_spinlock while cpc_write holds a regular spinlock on cpc_ptr->rmw_lock, potentially causing a deadlock. The remediation is ...

5.5CVSS5.2AI score0.00219EPSS
CVE
CVE
added 2024/11/19 5:22 p.m.128 views

CVE-2024-53065

CVE-2024-53065 concerns the Linux kernel slab allocator (kmem_buckets_create) where a duplicate kmem_cache creation can occur on arm64 when KASAN_HW_TAGS is enabled. The initial description explains that a previous patch reduced ARCH_KMALLOC_MINALIGN to 8, which, with KASAN_HW_TAGS, makes arch_sl...

5.5CVSS5.1AI score0.00223EPSS
CVE
CVE
added 2025/01/11 12:29 p.m.128 views

CVE-2024-54683

CVE-2024-54683 – Linux kernel netfilter IDLETIMER ABBA deadlock : The vulnerability occurs when deleting the last idletimer rule may race with a read of its sysfs file, risking a circular locking dependency between idletimer teardown and kernel lock ownership. A reproduction shows concurrent dele...

5.5CVSS6.4AI score0.00158EPSS
Web
CVE
CVE
added 2025/03/27 2:57 p.m.128 views

CVE-2025-21878

CVE-2025-21878 relates to the Linux kernel i2c npcm driver. The vulnerability arises from not disabling the interrupt enable bit before calling devm_request_irq, leaving an i2c-related status bit that is read-only and triggers repeated interrupts. This behavior can cause a soft lockup and a reboo...

5.5CVSS6.8AI score0.00137EPSS
CVE
CVE
added 2025/04/16 2:11 p.m.128 views

CVE-2025-22027

CVE-2025-22027 affects the Linux kernel, specifically the media: streamzap component. The issue is a race between device disconnection and urb callback that leads to a NULL pointer dereference of dev->raw in ir_raw_event_store_with_filter, even though NULL checks exist in the function. The roo...

4.7CVSS6.4AI score0.00126EPSS
CVE
CVE
added 2025/04/16 2:12 p.m.128 views

CVE-2025-22062

CVE-2025-22062 affects the Linux kernel SCTP component. The issue arises from missing mutual exclusion in proc_sctp_do_udp_port, risking a crash if calls to sctp_udp_sock_stop() and sctp_udp_sock_start() are serialized improperly. The vulnerability is tied to the SCTP protocol, with proof of impa...

5.5CVSS6.4AI score0.00217EPSS
CVE
CVE
added 2025/04/16 2:13 p.m.128 views

CVE-2025-22119

CVE-2025-22119 concerns the Linux kernel wireless stack. The issue occurs in cfg80211 where wiphy_work is not fully initialized before rfkill allocation, allowing cfg80211_dev_free to access uninitialized wiphy_work data via a race with the rfkill path. The root cause is an uninitialized wiphy_wo...

5.5CVSS6.5AI score0.00157EPSS
CVE
CVE
added 2025/05/01 12:55 p.m.128 views

CVE-2025-23147

CVE-2025-23147 : Linux kernel i3c master/IBI handling vulnerability where an IBI can arrive before the target driver is probed, causing a NULL dereference in dev->ibi and a kernel panic. Affected component is the I3C master queue path (i3c_master_queue_ibi()); root cause is uninitialized dev-&...

5.5CVSS6.3AI score0.00169EPSS
CVE
CVE
added 2025/05/01 1:7 p.m.128 views

CVE-2025-37792

The CVE-2025-37792 issue affects the Linux kernel Bluetooth btrtl driver (rtl load file path). root cause: btrtl_initialize() may treat a zero-length rtl_load_file() as non-error, causing an error pointer vs NULL and a subsequent NULL dereference. Severity is MEDIUM (CVSSv3.1 base 5.5), with loca...

5.5CVSS6.6AI score0.00157EPSS
CVE
CVE
added 2025/05/09 6:41 a.m.128 views

CVE-2025-37851

CVE-2025-37851 affects the Linux kernel fbdev omapfb path. The vulnerability centers on the dispc_ovl_setup function not handling the plane value OMAP_DSS_WB from the enum parameter plane. While that value is initialized in dss_init_overlays and in current code cannot take this value, some code p...

5.5CVSS6.7AI score0.00232EPSS
CVE
CVE
added 2025/04/18 7:1 a.m.128 views

CVE-2025-38575

In CVE-2025-38575, the Linux kernel ksmbd memory handling was corrected: memory allocated by aead_request_alloc() must be freed with aead_request_free() to ensure sensitive crypto data is zeroed before freeing. This resolves a local-attack surface (AV:L/AC:L/PR:L/UI:N/S:U) with a MEDIUM base scor...

5.5CVSS6.5AI score0.00219EPSS
CVE
CVE
added 2026/04/24 2:45 p.m.128 views

CVE-2026-31671

The CVE-2026-31671 issue is in the Linux kernel xfrm_user component. A struct xfrm_user_report includes a __u8 proto field followed by a struct xfrm_selector, creating three padding bytes that were never zeroed before copying to userspace. The vulnerability is a information leak caused by these u...

5.5CVSS5.3AI score0.00114EPSS
Total number of security vulnerabilities13804